home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / StarBurn 10.5 / StarBurnSetup.exe / {app} / Wizards / styles / Office2007.cjstyles / TEXTFILE / NORMALAQUA_INI next >
Text (UTF-16)  |  2007-03-22  |  72KB  |  1,270 lines

  1. ; file: Office2007a\default.ini
  2. ;------------------------------------------
  3.  
  4.  
  5. ;--------- Globals -------------------------
  6. [globals]
  7.  
  8. ; global edge colors (redefined in various parts) 
  9. EdgeLightColor      = 241 239 226
  10. EdgeHighLightColor  = 255 255 255
  11. EdgeShadowColor     = 172 168 153
  12. EdgeDkShadowColor   = 113 111 100 
  13. EdgeFillColor       = 236 233 216
  14.  
  15. ;--------- system metrics -------------------------------
  16. [SysMetrics]
  17. ;The system metric colors also effect non-themed controls.
  18.  
  19. ScrollbarWidth = 17
  20. ScrollbarHeight = 17
  21.  
  22. Window = 255 255 255
  23. MenuBar = 236 233 216
  24. Menu = 255 255 255
  25. Background = 0 78 152
  26. Btnface = 237 237 237
  27. Highlight = 189 207 236
  28.  
  29. Appworkspace = 142 152 175
  30. BtnText = 0 21 110
  31. WindowText = 0 0 0
  32.  
  33. ActiveCaption = 186 186 186
  34. CaptionText = 69 69 69
  35. InactiveCaption = 224 224 224
  36. InactiveCaptionText = 163 163 163
  37. GradientActiveCaption =  224 224 224
  38. GradientInactiveCaption = 250 250 250
  39. HighlightText = 0 0 0
  40. MenuHilight = 189 207 236
  41. BtnShadow = 189 196 212
  42. GrayText = 172 168 153
  43. BtnHighlight = 255 255 255
  44. DkShadow3d = 141 149 173
  45. Light3d = 241 239 226
  46.  
  47. ;---- don't remove these fonts (must specify to be localizable) ----
  48. CaptionFont = Tahoma, 10
  49. CaptionBarHeight = 25
  50. SmallCaptionFont = Tahoma, 8
  51. SMCaptionBarHeight = 17
  52. SMCaptionBarWidth = 17
  53. MenuFont = Tahoma, 8
  54. StatusFont = Tahoma, 8
  55. MsgBoxFont = Tahoma, 8
  56. IconTitleFont = Tahoma, 8
  57.  
  58.  
  59. ;The FlatMenus option allows the author to turn of the 3d border on menus
  60. FlatMenus = true
  61.  
  62. ;This may allow authors to specify a theme matching stylesheet for Webviews, etc.
  63. CssName = cpwebvw.css
  64.  
  65. ;This may allow authors to specify a theme matching XML file.
  66. XmlName = default.xml
  67.  
  68. ; this theme designed for 15-bit color and higher
  69. MinColorDepth = 15
  70.  
  71. ;---------- buttons ---------------------------------
  72. ;Overall button class
  73. [button]
  74.  
  75. ;Normal button
  76. [button.pushbutton]
  77. bgtype = imagefile
  78. SizingMargins = 8, 8, 9, 9
  79. sizingType = Stretch
  80. ContentMargins = 3, 3, 3, 3 
  81. ImageFile = Office2007a\button.bmp
  82. imageCount = 5
  83. ImageLayout = vertical
  84. TextColor = 0 0 0
  85. FillColorHint = 243 243 239; Average fill color (light beige)
  86. BorderColorHint = 0 60 116; Edge color (dark blue grey)
  87. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  88. MinSize= 10, 5
  89.  
  90. ;Makes text for button grey for the disabled state
  91. [button.pushbutton(disabled)]
  92. TextColor = 161 161 146
  93.  
  94. ;Color hint for default state
  95. [button.pushbutton(defaulted)]
  96. AccentColorHint = 157 187 235; Default state hilite color (blue)
  97.  
  98. ;Checkboxes
  99. [button.checkbox]
  100. bgtype = imagefile
  101. imagelayout=vertical
  102. sizingType = TrueSize
  103. SizingMargins = 0, 0, 0, 0
  104. ContentMargins = 0, 0, 0, 0
  105. imageCount = 12
  106. MirrorImage = false
  107. FillColorHint = 33 161 33; Checkmark color (green)
  108. BorderColorHint = 29 82 129; Edge color (dark blue grey)
  109. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  110.  
  111. ;----- Multiple control sizes for different video adapter resolution settings ----
  112. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  113. TrueSizeScalingType = Dpi
  114. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  115. UniformSizing   = true  ; if you must stretch, do width & height equally
  116. ImageFile1=Office2007a\CheckBox13.bmp
  117. ;ImageFile2=Office2007a\CheckBox16.bmp
  118. ;ImageFile3=Office2007a\CheckBox25.bmp
  119. MinDpi1=96
  120. MinDpi2=118
  121. MinDpi3=185 
  122.  
  123. ;Checkboxes can be disabled in various states, so each of the following entries sets the text
  124. ;to grey for the corresponding states.
  125. [button.checkbox(checkeddisabled)]
  126. TextColor = 161 161 146
  127.  
  128. [button.checkbox(uncheckeddisabled)]
  129. TextColor = 161 161 146
  130.  
  131. [button.checkbox(mixeddisabled)]
  132. TextColor = 161 161 146
  133.  
  134. ;Radio buttons
  135. [button.radiobutton]
  136. bgtype = imagefile
  137. imagelayout=vertical
  138. transparent=true
  139. sizingType = TrueSize
  140. SizingMargins = 0, 0, 0, 0
  141. ContentMargins = 0, 0, 0, 0
  142. imageCount = 8
  143. FillColorHint = 33 161 33; Selection dot color (green)
  144. BorderColorHint = 29 82 129; Edge color (dark blue grey)
  145. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  146.  
  147. ;----- Multiple control sizes for different video adapter resolution settings ----
  148. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  149. TrueSizeScalingType = Dpi
  150. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  151. UniformSizing   = true  ; if you must stretch, do width & height equally
  152. ImageFile1=Office2007a\RadioButton13.bmp
  153. MinDpi1=96
  154. MinDpi2=118
  155. MinDpi3=185
  156.  
  157. ;Radio buttons can be disabled in various states, so each of the following entries sets the text
  158. ;to grey for the corresponding states.
  159. [button.radiobutton(checkeddisabled)]
  160. TextColor = 161 161 146
  161.  
  162. [button.radiobutton(uncheckeddisabled)]
  163. TextColor = 161 161 146
  164.  
  165. ;The line enclosing a group of controls
  166. [button.groupbox]
  167. TextColor = 21 74 147
  168. bgtype = imagefile
  169. SizingMargins = 4, 4, 4, 4
  170. sizingType = Tile
  171. ImageFile = Office2007a\GroupBox.bmp
  172. ;BorderOnly means that the area inside the sizing margins is not drawn (so it won't
  173. ;draw on top of the controls it surrounds)
  174. borderOnly = true
  175. transparent = true
  176. BorderColorHint = 127 157 185; Dark beige edge color
  177. NormalSize = 9999, 9999   ; never source size a groupbox (from IE)
  178.  
  179.  
  180. ;----------- combobox --------------------------------
  181. ;Dropdown controls
  182. [Combobox]
  183. ; Globals for the entire control
  184. BgType  = BorderFill
  185. BorderSize  = 1
  186. FillColor   = 255 255 255 
  187. BorderColor = 189 196 212
  188.  
  189. [Combobox(Hot)]
  190. ; Globals when the mouse is over the control
  191. BorderColor = 171 180 199
  192.  
  193.  
  194. [Combobox(Disabled)]
  195. ; Globals when the control is disabled
  196. BorderColor = 201 199 186
  197. FillColor   = 245 244 234
  198.  
  199. ;The down pointing triangle button
  200. [Combobox.DropDownButton]
  201. BgType  = imagefile
  202. imagelayout = vertical
  203. SizingType  = Stretch
  204. ImageFile = Office2007a\ComboButton.bmp
  205. transparent = false
  206. SizingMargins = 3, 3, 3, 3
  207. ContentMargins = 0, 0, 0, 0
  208. ImageCount  = 4
  209. GlyphType   = ImageGlyph
  210. GlyphImageFile = Office2007a\ComboButtonGlyph.bmp
  211. GlyphTransparent= true
  212. FillColorHint = 200 214 251; Average fill color (light blue)
  213. BorderColorHint = 255 255 255; Edge color (white)
  214.  
  215. ;----------- edit --------------------------------
  216. [edit]
  217. BgType  = BorderFill
  218. BorderSize  = 1
  219. FillColor   = 255 255 255 
  220. BorderColor = 189 196 212
  221.  
  222. [edit.edittext(Disabled)]
  223. FillColor   = 235 235 228
  224. TextColor   = 161 161 146
  225.  
  226. [edit.edittext(ReadOnly)]
  227. FillColor   = 235 235 228
  228. TextColor   = 0 0 0
  229.  
  230.  
  231. ;----------- listbox --------------------------------
  232. [Listbox]
  233. BgType  = BorderFill
  234. BorderSize  = 1
  235. FillColor   = 255 255 255 
  236. BorderColor = 189 196 212
  237.  
  238. ;--------- Scrollbar -------------------------
  239. [ScrollBar]
  240.  
  241. [ScrollBar.ArrowBtn]
  242. BgType  = ImageFile
  243. SizingMargins = 5, 5, 5, 5
  244. ContentMargins = 0, 0, 3, 3
  245. SizingType = Stretch
  246. ImageFile = Office2007a\ScrollArrows.bmp
  247. ImageCount = 16
  248. ImageLayout = Vertical
  249. GlyphType   = ImageGlyph
  250. GlyphTransparent= True
  251. FillColorHint = 200 214 251; Average fill color (light blue)
  252. BorderColorHint = 255 255 255; Edge color (white)
  253.  
  254.  
  255. ;----- the two sizes of scrollbar arrow glyphs ----
  256. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  257. TrueSizeScalingType = size
  258. SourceShrink = True
  259. TrueSizeStretchMark = 150; start stretching when target exceeds source size by 150%
  260. UniformSizing   = true; if you must stretch, do width & height equally
  261. ImageFile1  = Office2007\ScrollArrowGlyphs.bmp
  262. MinSize1  = 7, 7
  263. MinSize2  = 9, 9 
  264. NormalSize = 7, 10
  265.  
  266. [ScrollBar.SizeBox]
  267. ImageFile = Office2007a\ResizeGrip2.bmp
  268. bgtype = imagefile
  269. imageCount = 2
  270. sizingType = trueSize
  271. Transparent = True
  272. TransparentColor = 255 0 0
  273. FillColorHint = 184 180 163; Gripper dot color (dark beige)
  274. VAlign = Bottom
  275. ;A visual element in the middle of the scrollbar thumb
  276. [Scrollbar.GripperHorz]
  277. BgType  = ImageFile
  278. SizingType  = TrueSize
  279. ImageFile = Office2007a\ScrollThumbGripperHorizontal.BMP
  280. imagelayout = vertical
  281. Transparent = True
  282. ImageCount  = 1
  283.  
  284. ;A visual element in the middle of the scrollbar thumb
  285. [Scrollbar.GripperVert]
  286. BgType  = ImageFile
  287. SizingType  = TrueSize
  288. ImageFile = Office2007a\ScrollThumbGripperVertical.BMP
  289. ImageCount  = 1
  290. Transparent = True
  291. ImageLayout = Vertical
  292.  
  293. ;----------- spin --------------------------------
  294. ;Spin buttons for incrementing values in a field
  295. [spin]
  296. bgtype = imagefile
  297. sizingType = tile
  298. ImageFile = Office2007a\FieldOutlineBlue.bmp
  299. SizingMargins = 2, 2, 2, 2
  300. imageCount = 1
  301.  
  302. [Spin.Up]
  303. bgtype = imagefile
  304. sizingType = stretch
  305. ImageFile = Office2007a\SpinButtonBackgroundUp.bmp
  306. SizingMargins = 1, 1, 1, 1
  307. ContentMargins = 0, 0, 0, 0
  308. imageCount = 4
  309. ImageLayout = Vertical
  310. GlyphType   = ImageGlyph
  311. GlyphImageFile = Office2007a\SpinUpGlyph.bmp
  312. GlyphTransparent= True
  313. FillColorHint = 200 214 251; Average fill color (light blue)
  314. BorderColorHint = 255 255 255; Edge color (white)
  315.  
  316. [Spin.Down]
  317. bgtype = imagefile
  318. sizingType = tile
  319. ImageFile = Office2007a\SpinButtonBackgroundDown.bmp
  320. SizingMargins = 1, 1, 1, 1
  321. ContentMargins = 0, 0, 0, 0
  322. imageCount = 4
  323. ImageLayout = Vertical
  324. GlyphType   = ImageGlyph
  325. GlyphImageFile = Office2007a\SpinDownGlyph.bmp
  326. GlyphTransparent= True
  327. FillColorHint = 200 214 251; Average fill color (light blue)
  328. BorderColorHint = 255 255 255; Edge color (white)
  329.  
  330. [Spin.Uphorz]
  331. bgtype = imagefile
  332. sizingType = stretch
  333. ImageFile = Office2007a\SpinButtonBackgroundRight.bmp
  334. SizingMargins = 1, 1, 1, 1
  335. ContentMargins = 0, 0, 0, 0
  336. imageCount = 4
  337. ImageLayout = Horizontal
  338. GlyphType   = ImageGlyph
  339. GlyphImageFile = Office2007a\SpinRightGlyph.bmp
  340. GlyphTransparent = True
  341. FillColorHint = 200 214 251; Average fill color (light blue)
  342. BorderColorHint = 255 255 255; Edge color (white)
  343.  
  344. [Spin.Downhorz]
  345. bgtype = imagefile
  346. sizingType = Stretch
  347. ImageFile = Office2007a\SpinButtonBackgroundLeft.bmp
  348. SizingMargins = 1, 1, 1, 1
  349. ContentMargins = 0, 0, 0, 0
  350. imageCount = 4
  351. ImageLayout = Horizontal
  352. GlyphType   = ImageGlyph
  353. GlyphImageFile = Office2007a\SpinLeftGlyph.bmp
  354. GlyphTransparent = True
  355. FillColorHint = 200 214 251; Average fill color (light blue)
  356. BorderColorHint = 255 255 255; Edge color (white)
  357.  
  358. ;----------- rebar --------------------------------
  359. ;Rebar is a container for toolbars
  360.  
  361. [Rebar]
  362. bgtype =imagefile
  363. sizingtype=stretch
  364. sizingmargins= 0, 0, 0, 4
  365. ImageFile = Office2007a\ToolbarBackground.bmp
  366. sizingmargins= 0, 0, 0, 0
  367.  
  368. Font                = Tahoma, 8
  369. TextColor           = 127 124 115
  370. FillColorHint = 241 243 239; Background color of toolbars (light beige)
  371.  
  372. [Rebar.Band]
  373. bgtype = none
  374. ContentMargins    = 2, 0, 0, 0
  375. EdgeShadowColor = 216 214 214
  376.  
  377. [Rebar.Gripper]
  378. bgtype = imagefile
  379. SizingMargins   = 2, 1, 4, 2 
  380. ContentMargins    = 2, 1, 0, 0
  381. ImageFile = Office2007a\ToolbarGripper.bmp
  382. sizingType     = Tile
  383. Transparent     = true
  384. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  385.  
  386. [Rebar.GripperVert]
  387. bgtype = imagefile
  388. SizingMargins = 3, 3, 2, 1
  389. ContentMargins    = 1, 2, 0, 0
  390. ImageFile = Office2007a\ToolbarGripperVert.bmp
  391. sizingType = Tile
  392. Transparent = true
  393. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  394.  
  395. [Rebar.Chevron]
  396. SizingMargins = 4, 4, 4, 4
  397. ContentMargins = 0, 0, 0, 0
  398. ImageFile = Office2007a\ToolbarButtons.bmp
  399. bgtype = imagefile
  400. imagelayout = vertical
  401. imageCount= 6
  402. sizingType= Stretch
  403. Transparent = true
  404. GlyphType   = ImageGlyph
  405. GlyphImageFile = Office2007a\Chevron.bmp
  406. GlyphTransparent= true
  407. VAlign = Top
  408. FillColorHint = 0 0 0; Glyph color (black)
  409.  
  410. [Rebar.ChevronVert]
  411. SizingMargins = 4, 4, 4, 4
  412. ContentMargins = 0, 0, 0, 0
  413. ImageFile = Office2007a\ToolbarButtons.bmp
  414. bgtype = imagefile
  415. imagelayout = vertical
  416. imageCount= 6
  417. sizingType= Stretch
  418. Transparent = true
  419. GlyphType   = ImageGlyph
  420. GlyphImageFile = Office2007a\Chevron.bmp
  421. GlyphTransparent= true
  422. VAlign = Top
  423. FillColorHint = 0 0 0; Glyph color (black)
  424.  
  425. ;----------- toolbar--------------------------------
  426. ;Button bars and menu bars in some applicatons
  427.  
  428. [Toolbar]
  429. BgType  = Borderfill
  430. Bordersize  = 0
  431. FillColor   = 236 233 216
  432. TextColor   = 0 21 110
  433.  
  434. [Toolbar(Pressed)]
  435. TextColor= 255 255 255
  436.  
  437. [Toolbar.Button]
  438. SizingMargins = 4, 4, 4, 4
  439. ContentMargins = 0, 0, 0, 0
  440. ImageFile = Office2007a\ToolbarButtons.bmp
  441. bgtype = imagefile
  442. imagelayout = vertical
  443. imageCount = 6
  444. sizingType = Stretch
  445. Transparent = true
  446. TransparentColor = 255 0 255
  447. FillColorHint = 241 243 239; Average fill color (light beige)
  448. BorderColorHint = 206 206 195; Edge color (dark beige)
  449.  
  450. [Toolbar.Separator]
  451. SizingMargins = 5, 2, 2, 1
  452. ImageFile = Office2007a\Separator.bmp
  453. bgtype = imagefile
  454. imageCount = 1
  455. sizingType = tile
  456. Transparent = true
  457. TransparentColor = 255 0 0
  458. FillColorHint = 202 198 175; Darker separator color (medium beige)
  459.  
  460. [Toolbar.SeparatorVert]
  461. SizingMargins = 2, 1, 5, 1
  462. ImageFile = Office2007a\SeparatorVert.bmp
  463. bgtype = imagefile
  464. imageCount = 1
  465. sizingType = tile
  466. Transparent = true
  467. TransparentColor = 255 0 0
  468. FillColorHint = 202 198 175; Darker separator color (medium beige)
  469.  
  470.  
  471. [Toolbar.DropdownButton]
  472. SizingMargins = 4, 4, 4, 4
  473. ContentMargins = 0, 0, 0, 0
  474. ImageFile = Office2007a\ToolbarButtons.bmp
  475. bgtype = imagefile
  476. imagelayout = vertical
  477. imageCount = 6
  478. sizingType = Stretch
  479. Transparent = true
  480. TransparentColor = 255 0 255
  481. FillColorHint = 241 243 239; Average fill color (light beige)
  482. BorderColorHint = 206 206 195; Edge color (dark beige)
  483.  
  484. [Toolbar.SplitButton]
  485. SizingMargins = 4, 2, 4, 4
  486. ImageFile = Office2007a\ToolbarButtonsSplit.bmp
  487. bgtype = imagefile
  488. imagelayout = vertical
  489. imageCount = 6
  490. sizingType = Stretch
  491. Transparent = true
  492. TransparentColor = 255 0 255
  493. FillColorHint = 241 243 239; Average fill color (light beige)
  494. BorderColorHint = 206 206 195; Edge color (dark beige)
  495.  
  496. [Toolbar.SplitButtonDropdown]
  497. SizingMargins = 2, 4, 4, 4
  498. ImageFile = Office2007a\ToolbarButtonsSplitDropdown.bmp
  499. bgtype = imagefile
  500. imagelayout = vertical
  501. imageCount = 6
  502. sizingType = Stretch
  503. Transparent = true
  504. TransparentColor = 255 0 255
  505. GlyphType   = ImageGlyph
  506. GlyphImageFile = Office2007a\ToolbarButtonsSplitDropdownGlyph.bmp
  507. GlyphTransparent= true
  508. FillColorHint = 241 243 239; Average fill color (light beige)
  509. BorderColorHint = 206 206 195; Edge color (dark beige)
  510.  
  511.  
  512. ;----------- status--------------------------------
  513. ;The area at the bottom of a window containing miscellaneous status info
  514. ;The first is the container for the status sections
  515. [Status]
  516. SizingMargins = 0, 0, 5, 5
  517. ImageFile = Office2007a\StatusBackground.bmp
  518. bgtype = imagefile
  519. imageCount = 1
  520. sizingType = Stretch
  521. FillColorHint = 236 233 216; Average fill color (beige)
  522.  
  523. ;The individual status item backgrounds
  524. [Status.Pane]
  525. SizingMargins = 0, 2, 0, 1
  526. ImageFile = Office2007a\StatusPane.bmp
  527. bgtype = imagefile
  528. imageCount = 1
  529. sizingType = Stretch
  530. TextColor = 9 32 97
  531. Transparent = True
  532. TransparentColor = 255 0 0 
  533.  
  534. ;The individual status item backgrounds
  535. [Status.GripperPane]
  536. bgtype = none
  537.  
  538. ;The resize corner
  539. [Status.Gripper]
  540. ContentMargins=0,0,0,0
  541. ImageFile = Office2007a\ResizeGrip2.bmp
  542. bgtype = imagefile
  543. imageCount = 2
  544. sizingType = trueSize
  545. Transparent = True
  546. TransparentColor = 255 0 0 
  547. FillColorHint = 184 180 163; Resize gripper dots (dark beige)
  548. VAlign = Bottom
  549.  
  550.  
  551. ;----------- list view --------------------------------
  552. ;Icon, list, details, etc.
  553.  
  554. [ListView]
  555. BgType  = BorderFill
  556. BorderSize  = 1
  557. FillColor   = 255 255 255 
  558. BorderColor = 189 196 212
  559.  
  560. ;----------- Tree view --------------------------------
  561.  
  562. [TreeView]
  563. BgType  = BorderFill
  564. BorderSize  = 1
  565. FillColor   = 255 255 255 
  566. BorderColor = 189 196 212
  567.  
  568. [TreeView.Glyph]
  569. bgtype = imagefile
  570. SizingType = TrueSize
  571. imagecount = 2
  572. imageLayout=vertical
  573. ;----- Multiple control sizes for different video adapter resolution settings ----
  574. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  575. TrueSizeScalingType = Dpi
  576. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  577. UniformSizing   = true  ; if you must stretch, do width & height equally
  578. ImageFile1=Office2007a\treeExpandCollapse.bmp
  579. ImageFile2=Office2007a\treeExpandCollapse10.bmp
  580. ImageFile3=Office2007a\treeExpandCollapse15.bmp
  581. MinDpi1=96
  582. MinDpi2=133
  583. MinDpi3=150 
  584.  
  585.  
  586. ;----------- header --------------------------------
  587. ;The area at the top of a list, with clickable headers for sort order
  588.  
  589. [Header]
  590. bgtype = imagefile
  591. SizingMargins = 0, 0, 3, 3
  592. ImageFile = Office2007a\ListviewHeaderBackground.bmp
  593. sizingType = stretch
  594.  
  595. [Header.HeaderItem]
  596. bgtype = imagefile
  597. SizingMargins = 3, 3, 3, 3
  598. ContentMargins = 3, 0, 0, 0
  599. ImageFile = Office2007a\ListViewHeader.bmp
  600. imageCount=5
  601. imageLayout=vertical
  602. sizingType = stretch
  603. transparent=true
  604. transparentcolor=255 0 0
  605. FillColorHint = 250 248 243; Average fill color (light beige)
  606. AccentColorHint = 252 194 71; Rollover hilite color (orange)
  607.  
  608.  
  609. ;----------- progress --------------------------------
  610. ;Progress bars
  611.  
  612. [Progress]
  613. ProgressChunkSize=6
  614. ProgressSpaceSize=2
  615. bgType = borderFill
  616. fillType = Solid
  617. fillColor = 46 211 49
  618. bordersize = 1
  619. borderColor = 235 235 228
  620.  
  621. [Progress.Bar]
  622. bgtype = imagefile
  623. ImageFile = Office2007a\ProgressTrack.bmp
  624. MinSize=10,10
  625. sizingMargins = 4, 4, 3, 3
  626. SizingType = tile
  627. FillColorHint = 255 255 255; Background color (white)
  628. BorderColorHint = 104 104 104; Edge color (dark grey)
  629. NormalSize = 100, 18
  630. SourceShrink = true
  631.  
  632. [Progress.Chunk]
  633. bgtype = imagefile
  634. ImageFile = Office2007a\ProgressChunk.bmp
  635. sizingMargins = 0, 0, 6, 5
  636. SizingType = tile
  637. FillColorHint = 46 211 49; Progress indicator color (green)
  638.  
  639. [Progress.BarVert]
  640. bgtype = imagefile
  641. ImageFile = Office2007a\ProgressTrackVert.bmp
  642. sizingMargins = 3, 3, 4, 4
  643. SizingType = tile
  644. FillColorHint = 255 255 255; Background color (white)
  645. BorderColorHint = 104 104 104; Edge color (dark grey)
  646.  
  647. [Progress.ChunkVert]
  648. bgtype = imagefile
  649. ImageFile = Office2007a\ProgressChunkVert.bmp
  650. sizingMargins = 6, 5, 0, 0
  651. SizingType = tile
  652. FillColorHint = 46 211 49; Progress indicator color (green)
  653.  
  654.  
  655. ;----------- tab --------------------------------
  656. [Tab]
  657. bgType = borderFill
  658. fillType = Solid
  659. fillColor = 236 233 216
  660. bordersize = 0
  661.  
  662. ;The whole content area of a tab page
  663. [Tab.Pane]
  664. bgtype = imagefile
  665. ImageFile = Office2007a\TabPaneEdge.bmp
  666. sizingMargins = 2, 4, 2, 4
  667. SizingType = stretch
  668. imagecount = 1
  669. FillColorHint = 251 251 253; Light tab background color (very light beige)
  670. BorderColorHint = 145 155 156; Edge color (dark grey)
  671.  
  672. [Tab.TabItem]
  673. SizingMargins = 6, 6, 6, 6
  674. ContentMargins = 0, 0, 0, 0
  675. bgtype=imagefile
  676. ImageFile = Office2007a\tabItemTop.bmp
  677. imagecount=5
  678. imagelayout=vertical
  679. FillColorHint = 248 248 246; Tab average color (light beige)
  680. BorderColorHint = 145 167 180; Edge color (Office2007 grey)
  681. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  682.  
  683.  
  684. [Tab.TabItemLeftEdge]
  685. SizingMargins = 6, 6, 6, 6
  686. ContentMargins = 0, 0, 0, 0
  687. bgtype=imagefile
  688. ImageFile = Office2007a\tabItemLeft.bmp
  689. imagecount=5
  690. imagelayout=vertical
  691. FillColorHint = 248 248 246; Tab average color (light beige)
  692. BorderColorHint = 145 167 180; Edge color (Office2007 grey)
  693. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  694.  
  695.  
  696. [Tab.TabItemRightEdge]
  697. SizingMargins = 6, 6, 6, 6
  698. ContentMargins = 0, 0, 0, 0
  699. bgtype=imagefile
  700. ImageFile = Office2007a\tabItemRight.bmp
  701. imagecount=5
  702. imagelayout=vertical
  703. FillColorHint = 248 248 246; Tab average color (light beige)
  704. BorderColorHint = 145 167 180; Edge color (Office2007 grey)
  705. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  706.  
  707.  
  708. [Tab.TabItemBothEdge]
  709. SizingMargins = 6, 6, 6, 6
  710. ContentMargins = 0, 0, 0, 0
  711. bgtype=imagefile
  712. ImageFile = Office2007a\tabItemBoth.bmp
  713. imagecount=5
  714. imagelayout=vertical
  715. FillColorHint = 248 248 246; Tab average color (light beige)
  716. BorderColorHint = 145 167 180; Edge color (Office2007 grey)
  717. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  718.  
  719.  
  720. [Tab.TopTabItem]
  721. SizingMargins = 6, 6, 6, 6
  722. ContentMargins = 0, 0, 0, 0
  723. bgtype=imagefile
  724. ImageFile = Office2007a\tabItemTop.bmp
  725. imagecount=5
  726. imagelayout=vertical
  727. FillColorHint = 248 248 246; Tab average color (light beige)
  728. BorderColorHint = 145 167 180; Edge color (Office2007 grey)
  729. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  730.  
  731.  
  732. [Tab.TopTabItemLeftEdge]
  733. SizingMargins = 6, 6, 6, 6
  734. ContentMargins = 0, 0, 0, 0
  735. bgtype=imagefile
  736. ImageFile = Office2007a\tabItemTopLeft.bmp
  737. imagecount=5
  738. imagelayout=vertical
  739. FillColorHint = 248 248 246; Tab average color (light beige)
  740. BorderColorHint = 145 167 180; Edge color (Office2007 grey)
  741. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  742.  
  743.  
  744. [Tab.TopTabItemRightEdge]
  745. SizingMargins = 6, 6, 6, 6
  746. ContentMargins = 0, 0, 0, 0
  747. bgtype=imagefile
  748. ImageFile = Office2007a\tabItemTop.bmp
  749. imagecount=5
  750. imagelayout=vertical
  751. FillColorHint = 248 248 246; Tab average color (light beige)
  752. BorderColorHint = 145 167 180; Edge color (Office2007 grey)
  753. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  754.  
  755.  
  756. [Tab.TopTabItemBothEdge]
  757. SizingMargins = 6, 6, 6, 6
  758. ContentMargins = 0, 0, 0, 0
  759. bgtype=imagefile
  760. ImageFile = Office2007a\tabItemTopBoth.bmp
  761. imagecount=5
  762. imagelayout=vertical
  763. FillColorHint = 248 248 246; Tab average color (light beige)
  764. BorderColorHint = 145 167 180; Edge color (Office2007 grey)
  765. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  766.  
  767.  
  768. [Tab.Body]
  769. bgtype = imagefile
  770. stockImageFile = Office2007a\TabBackground.bmp
  771. FillColorHint = 251 251 253; Light tab background color (very light beige)
  772.  
  773. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  774. TrueSizeScalingType = Dpi
  775. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  776. ImageFile1=Office2007a\TabBackground.bmp
  777. ImageFile2=Office2007a\TabBackground133.bmp
  778. MinDpi1=96
  779. MinDpi2=164
  780.  
  781. ;----------- trackbar --------------------------------
  782. ;Volume sliders, etc.
  783. [TrackBar]
  784. bgType = borderFill
  785. fillType = Solid
  786. fillColor = 235 235 228
  787. bordersize = 1
  788. borderColor = 235 235 228
  789.  
  790. ;The movable part of a horizontal slider (TBS_BOTH style)
  791. [TrackBar.Thumb]
  792. bgtype=imagefile
  793. ImageFile = Office2007a\TrackbarHorizontal.bmp
  794. imagecount=5
  795. imagelayout = vertical
  796. SizingMargins = 3, 4, 3, 4
  797. sizingtype = tile
  798. FillColorHint = 243 243 239; Average background color (light beige)
  799. BorderColorHint = 181 196 205; Edge color (blue grey)
  800. AccentColorHint = 71 196 70; Rollover color (green)
  801.  
  802. ;The movable part of a horizontal slider (TBS_TOP style)
  803. [TrackBar.ThumbTop]
  804. bgtype=imagefile
  805. imagecount=5
  806. imagelayout = vertical
  807. transparent=true
  808. sizingtype = truesize
  809. transparentcolor= 242 241 231
  810. FillColorHint = 243 243 239; Average background color (light beige)
  811. BorderColorHint = 181 196 205; Edge color (blue grey)
  812. AccentColorHint = 71 196 70; Rollover color (green)
  813.  
  814.  
  815. ;----- the three sizes ----
  816. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  817. TrueSizeScalingType = Dpi
  818. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  819. UniformSizing   = true  ; if you must stretch, do width & height equally
  820. ImageFile1=Office2007a\TrackBarUp13.bmp
  821. MinDpi1=96
  822. MinDpi2=118
  823. MinDpi3=185
  824.  
  825.  
  826. ;The movable part of a horizontal slider (TBS_BOTTOM style)
  827. [TrackBar.ThumbBottom]
  828. bgtype=imagefile
  829. imagecount=5
  830. transparent=true
  831. SizingMargins = 3, 6, 6, 10
  832. sizingtype = truesize
  833. transparentcolor= 242 241 231
  834. ImageLayout = vertical
  835. FillColorHint = 243 243 239; Average background color (light beige)
  836. BorderColorHint = 181 196 205; Edge color (blue grey)
  837. AccentColorHint = 71 196 70; Rollover color (green)
  838.  
  839.  
  840. ;----- the three sizes ----
  841. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  842. TrueSizeScalingType = Dpi
  843. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  844. UniformSizing   = true  ; if you must stretch, do width & height equally
  845. ImageFile1=Office2007a\TrackBarDown13.bmp
  846. MinDpi1=96
  847. MinDpi2=118
  848. MinDpi3=185
  849.  
  850. ;The movable part of a vertical slider (TBS_BOTH style)
  851. [TrackBar.ThumbVert]
  852. bgtype=imagefile
  853. ImageFile = Office2007a\TrackbarVertical.bmp
  854. SizingMargins = 3, 4, 3, 4
  855. sizingtype = tile
  856. imagecount=5
  857. ImageLayout = vertical
  858. FillColorHint = 243 243 239; Average background color (light beige)
  859. BorderColorHint = 181 196 205; Edge color (blue grey)
  860. AccentColorHint = 71 196 70; Rollover color (green)
  861.  
  862.  
  863. ;The movable part of a vertical slider (TBS_LEFT style)
  864. [TrackBar.ThumbLeft]
  865. bgtype=imagefile
  866. sizingtype = truesize
  867. imagecount=5
  868. transparent=true
  869. transparentcolor= 242 241 231
  870. ImageLayout = vertical
  871. FillColorHint = 243 243 239; Average background color (light beige)
  872. BorderColorHint = 181 196 205; Edge color (blue grey)
  873. AccentColorHint = 71 196 70; Rollover color (green)
  874.  
  875. ;----- the three sizes ----
  876. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  877. TrueSizeScalingType = Dpi
  878. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  879. UniformSizing   = true  ; if you must stretch, do width & height equally
  880. ImageFile1=Office2007a\TrackBarLeft13.bmp
  881. MinDpi1=96
  882. MinDpi2=118
  883. MinDpi3=185
  884.  
  885. ;The movable part of a vertical slider (TBS_RIGHT style)
  886. [TrackBar.ThumbRight]
  887. bgtype=imagefile
  888. ImageFile = Office2007a\TrackbarRight13.bmp
  889. sizingtype = truesize
  890. imagecount=5
  891. transparent=true
  892. transparentcolor= 242 241 231
  893. ImageLayout = vertical
  894. FillColorHint = 243 243 239; Average background color (light beige)
  895. BorderColorHint = 181 196 205; Edge color (blue grey)
  896. AccentColorHint = 71 196 70; Rollover color (green)
  897.  
  898.  
  899. ;----- the three sizes ----
  900. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  901. TrueSizeScalingType = Dpi
  902. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  903. UniformSizing   = true  ; if you must stretch, do width & height equally
  904. ImageFile1=Office2007a\TrackBarRight13.bmp
  905. MinDpi1=96
  906. MinDpi2=118
  907. MinDpi3=185
  908.  
  909. ;The track along which a slidermoves
  910. [TrackBar.Track]
  911. bgtype=imagefile
  912. ImageFile = Office2007a\sliderTrack.bmp
  913. imagecount=1
  914. sizingtype = stretch
  915. SizingMargins = 2, 2, 2, 2
  916. FillColorHint = 242 241 233
  917. BorderColorHint = 157 156 153
  918.  
  919. ;The vertical track along which a slider moves
  920. [TrackBar.TrackVert]
  921. bgtype=imagefile
  922. ImageFile = Office2007a\sliderTrack.bmp
  923. imagecount=1
  924. sizingtype = stretch
  925. SizingMargins = 2, 2, 2, 2
  926. FillColorHint = 242 241 233; Background color (light beige)
  927. BorderColorHint = 157 156 153; Edge color (dark grey)
  928.  
  929. ;Set the color of the tickmarks drawn for the slider
  930. [TrackBar.Tics]
  931. color=161 161 146
  932.  
  933. ;Set the color of the tickmarks drawn for the vertical slider
  934. [TrackBar.TicsVert]
  935. color=161 161 146
  936.  
  937.  
  938. ;-------------- Windows ------------------------
  939. [Window]
  940. BgType = ImageFile
  941. Transparent = true
  942.  
  943.  
  944. [Window.Caption]
  945. ImageFile = Office2007a\FrameCaption.bmp
  946. SizingMargins = 6, 6, 6, 6
  947. ContentMargins = 1, 1, 1, 1
  948. CaptionMargins = 4, 3, 0, 0
  949. SizingType = stretch
  950. Imagelayout = vertical
  951. ImageCount=2
  952. Transparent = True
  953. FillColorHint = 0 84 229; Average background color (strong blue)
  954.  
  955. [Window.Caption(active)]
  956. TextShadowType = Single
  957.  
  958. [Window.CaptionSizingTemplate]
  959. ImageFile = Office2007a\FrameCaptionSizing.bmp
  960. SizingMargins = 28, 35, 9, 17
  961. ContentMargins = 18, 18, 26, 0
  962. SizingType = tile
  963. Imagelayout = vertical
  964. ImageCount=2
  965. Transparent = True
  966. TransparentColor = 0 0 0
  967.  
  968. [Window.SmallCaption]
  969. ImageFile = Office2007a\SmallFrameCaption.bmp
  970. SizingMargins = 2, 2, 2, 2
  971. ContentMargins = 1, 1, 1, 1
  972. SizingType = tile
  973. Imagelayout = vertical
  974. ImageCount=2
  975. FillColorHint = 0 84 229; Average background color (strong blue)
  976.  
  977. [Window.SmallCaptionSizingTemplate]
  978. ImageFile = Office2007a\SmallFrameCaptionSizing.bmp
  979. SizingMargins = 24, 37, 9, 8
  980. ContentMargins = 14, 14, 16, 0
  981. SizingType = tile
  982. Imagelayout = vertical
  983. ImageCount=2
  984. Transparent = True
  985. TransparentColor = 0 0 0
  986.  
  987. ;The representation of a minimized window in and MDI application
  988. [Window.MinCaption]
  989. ImageFile = Office2007a\FrameCaptionMin.bmp
  990. ImageCount = 2
  991. ImageLayout = vertical
  992. SizingType = stretch
  993. SizingMargins = 23, 26, 12, 8
  994. ContentMargins = 3, 3, 0, 3
  995. CaptionMargins = 4, 3, 0, 0
  996. FillColorHint = 0 84 229; Average background color (strong blue)
  997.  
  998. ;Shows as a strip at the top of a window when an application is maximized, rather than as a frame
  999. ;surrounding the window
  1000. [Window.MaxCaption]
  1001. ImageFile = Office2007a\FrameMaximized.bmp
  1002. SizingMargins = 28, 35, 9, 17
  1003. ContentMargins = 1, 1, 1, 1
  1004. SizingType = stretch
  1005. SizingType = Tile
  1006. Imagelayout = vertical
  1007. ImageCount=2
  1008. CaptionMargins = 4, 3, 4, 2 
  1009. ContentAlignment = left
  1010. FillColorHint = 0 84 229; Average background color (strong blue)
  1011.  
  1012. [Window.MaxCaption(Active)]
  1013. TextShadowType = Single
  1014.  
  1015. [Window.FrameLeft]
  1016. ImageFile = Office2007a\frameLeft.bmp
  1017. SizingMargins = 2, 2, 0, 0
  1018. SizingType = stretch
  1019. ImageLayout = vertical
  1020. ImageCount = 2
  1021. Transparent = FALSE
  1022. Borderonly = FALSE
  1023.  
  1024. [Window.FrameRight]
  1025. ImageFile = Office2007a\frameRight.bmp
  1026. SizingMargins = 2, 2, 0, 0
  1027. SizingType = stretch
  1028. ImageLayout = vertical
  1029. ImageCount = 2
  1030. Transparent = FALSE
  1031. Borderonly = FALSE
  1032.  
  1033. [Window.FrameBottom]
  1034. ImageFile = Office2007a\frameBottom.bmp
  1035. SizingMargins = 5, 5, 2, 2
  1036. SizingType = stretch
  1037. ImageLayout = vertical
  1038. ImageCount = 2
  1039. Transparent = FALSE
  1040. Borderonly = FALSE
  1041.  
  1042. [Window.SmallFrameLeft]
  1043. ImageFile = Office2007a\frameLeft.bmp
  1044. SizingMargins = 2, 2, 0, 0
  1045. SizingType = stretch
  1046. ImageLayout = vertical
  1047. ImageCount = 2
  1048. Transparent = FALSE
  1049. Borderonly = FALSE
  1050.  
  1051. [Window.SmallFrameRight]
  1052. ImageFile = Office2007a\frameRight.bmp
  1053. SizingMargins = 2, 2, 0, 0
  1054. SizingType = stretch
  1055. ImageLayout = vertical
  1056. ImageCount = 2
  1057. Transparent = FALSE
  1058. Borderonly = FALSE
  1059.  
  1060. [Window.SmallFrameBottom]
  1061. ImageFile = Office2007a\frameBottom.bmp
  1062. SizingMargins = 5, 5, 2, 2
  1063. SizingType = stretch
  1064. ImageLayout = vertical
  1065. ImageCount = 2
  1066. Transparent = FALSE
  1067. Borderonly = FALSE
  1068.  
  1069. ;Background for dialog boxes
  1070.  
  1071. [Window.dialog]
  1072. bgType = BorderFill
  1073. FillColor = 236 233 216
  1074. BorderColor = 236 233 216
  1075.  
  1076.  
  1077. ;Close button in Window titlebar
  1078. [Window.CloseButton]
  1079. BgType = ImageFile
  1080. SizingMargins = 3, 3, 3, 3
  1081. ContentMargins = 0, 0, 0, 0
  1082. sizingType = Stretch
  1083. ImageFile = Office2007a\CaptionButton.bmp
  1084. GlyphType   = ImageGlyph
  1085. GlyphTransparent = True
  1086. ImageCount = 8
  1087. ImageLayout = Vertical
  1088. OffsetType = TopRight
  1089. Offset = -25, 5
  1090. FillColorHint = 228 93 61; Close box average color (brick red)
  1091. BorderColorHint = 255 255 255; Edge color (white)
  1092.  
  1093. ;----- glyphs ----
  1094. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1095. UniformSizing   = true  ; if you must stretch, do width & height equally
  1096. ImageFile1=Office2007a\CloseGlyph13.bmp
  1097. ImageFile2=Office2007a\CloseGlyph13.bmp
  1098. ImageFile3=Office2007a\CloseGlyph19.bmp
  1099. ImageFile4=Office2007a\CloseGlyph19.bmp
  1100. ImageFile5=Office2007a\CloseGlyph19.bmp
  1101. MinDpi1=96
  1102. MinDpi2=126
  1103. MinDpi3=170
  1104.  
  1105.  
  1106. ;Maximize button in window titlebar
  1107. [Window.MaxButton]
  1108. BgType = ImageFile
  1109. SizingMargins = 3, 3, 3, 3
  1110. ContentMargins = 0, 0, 0, 0
  1111. sizingType = Stretch
  1112. ImageFile = Office2007a\CaptionButton.bmp
  1113. GlyphType   = ImageGlyph
  1114. GlyphTransparent = True
  1115. ImageCount = 8
  1116. ImageLayout=Vertical
  1117. OffsetType = TopRight
  1118. Offset = -49, 5
  1119. FillColorHint = 74 121 246; Titlebar button color (blue)
  1120. BorderColorHint = 255 255 255; Edge color (white)
  1121.  
  1122. ;----- glyphs ----
  1123. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1124. UniformSizing   = true  ; if you must stretch, do width & height equally
  1125. ImageFile1=Office2007a\MaximizeGlyph13.bmp
  1126. ImageFile2=Office2007a\MaximizeGlyph13.bmp
  1127. ImageFile3=Office2007a\MaximizeGlyph19.bmp
  1128. ImageFile4=Office2007a\MaximizeGlyph19.bmp
  1129. ImageFile5=Office2007a\MaximizeGlyph19.bmp
  1130. MinDpi1=96
  1131. MinDpi2=126
  1132. MinDpi3=170
  1133.  
  1134.  
  1135. ;Restore button in window titlebar
  1136. [Window.RestoreButton]
  1137. BgType = ImageFile
  1138. SizingMargins = 3, 3, 3, 3
  1139. ContentMargins = 0, 0, 0, 0
  1140. sizingType = Stretch
  1141. ImageFile = Office2007a\CaptionButton.bmp
  1142. GlyphType   = ImageGlyph
  1143. GlyphTransparent = True
  1144. ImageCount = 8
  1145. ImageLayout=Vertical
  1146. OffsetType = TopRight
  1147. Offset = -49, 5
  1148. FillColorHint = 74 121 246; Titlebar button color (blue)
  1149. BorderColorHint = 255 255 255; Edge color (white)
  1150.  
  1151. ;----- glyphs ----
  1152. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1153. UniformSizing   = true  ; if you must stretch, do width & height equally
  1154. ImageFile1=Office2007a\RestoreGlyph13.bmp
  1155. ImageFile2=Office2007a\RestoreGlyph13.bmp
  1156. ImageFile3=Office2007a\RestoreGlyph19.bmp
  1157. ImageFile4=Office2007a\RestoreGlyph19.bmp
  1158. ImageFile5=Office2007a\RestoreGlyph19.bmp
  1159. MinDpi1=96
  1160. MinDpi2=126
  1161. MinDpi3=170
  1162.  
  1163.  
  1164. ;Minimize button in window titlebar
  1165. [Window.MinButton]
  1166. BgType = ImageFile
  1167. SizingMargins = 3, 3, 3, 3
  1168. ContentMargins = 0, 0, 0, 0
  1169. sizingType = Stretch
  1170. ImageFile = Office2007a\CaptionButton.bmp
  1171. GlyphType   = ImageGlyph
  1172. GlyphTransparent = True
  1173. ImageCount = 8
  1174. ImageLayout=Vertical
  1175. OffsetType = TopRight
  1176. Offset = -73, 5
  1177. FillColorHint = 74 121 246; Titlebar button color (blue)
  1178. BorderColorHint = 255 255 255; Edge color (white)
  1179.  
  1180. ;----- glyphs ----
  1181. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1182. UniformSizing   = true  ; if you must stretch, do width & height equally
  1183. ImageFile1=Office2007a\MinimizeGlyph13.bmp
  1184. ImageFile2=Office2007a\MinimizeGlyph13.bmp
  1185. ImageFile3=Office2007a\MinimizeGlyph19.bmp
  1186. ImageFile4=Office2007a\MinimizeGlyph19.bmp
  1187. ImageFile5=Office2007a\MinimizeGlyph19.bmp
  1188. MinDpi1=96
  1189. MinDpi2=126
  1190. MinDpi3=170
  1191.  
  1192. ;Help button in window titlebar--normally only appears on dialog windows
  1193. [Window.HelpButton]
  1194. BgType = ImageFile
  1195. SizingMargins = 3, 3, 3, 3
  1196. ContentMargins = 0, 0, 0, 0
  1197. sizingType = Stretch
  1198. ImageFile = Office2007a\CaptionButton.bmp
  1199. GlyphType   = ImageGlyph
  1200. GlyphTransparent = True
  1201. ImageCount = 8
  1202. ImageLayout=Vertical
  1203. OffsetType = TopRight
  1204. Offset = -73, 5
  1205. MirrorImage = true  ; don't remove this (must specify to be localizable)
  1206. FillColorHint = 74 121 246; Titlebar button color (blue)
  1207. BorderColorHint = 255 255 255; Edge color (white)
  1208.  
  1209. ;----- glyphs ----
  1210. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1211. UniformSizing   = true  ; if you must stretch, do width & height equally
  1212. ImageFile1=Office2007a\HelpGlyph13.bmp
  1213. ImageFile2=Office2007a\HelpGlyph13.bmp
  1214. ImageFile3=Office2007a\HelpGlyph19.bmp
  1215. ImageFile4=Office2007a\HelpGlyph19.bmp
  1216. ImageFile5=Office2007a\HelpGlyph19.bmp
  1217. MinDpi1=96
  1218. MinDpi2=126
  1219. MinDpi3=170
  1220.  
  1221. ;Close button for palette windows
  1222. [Window.SmallCloseButton]
  1223. BgType = ImageFile
  1224. SizingMargins = 5, 5, 5, 5
  1225. ContentMargins = 0, 0, 0, 0
  1226. sizingType = Stretch
  1227. ;ImageFile = Office2007a\SmallCloseButton.bmp
  1228. ImageFile = Office2007a\CaptionButton.bmp
  1229. GlyphType   = ImageGlyph
  1230. GlyphImageFile = Office2007a\CloseGlyph13.bmp
  1231. GlyphTransparent = True
  1232. ImageCount = 8
  1233. ImageLayout = Vertical
  1234. OffsetType = TopRight
  1235. Offset = -16, 3
  1236. FillColorHint = 228 93 61; Close box average color (brick red)
  1237. BorderColorHint = 255 255 255; Edge color (white)
  1238.  
  1239. [Window.SmallCaption]
  1240. ImageFile = Office2007a\SmallFrameCaption.bmp
  1241. SizingMargins = 4, 4, 4, 4
  1242. ContentMargins = 1, 1, 1, 1
  1243. SizingType = stretch
  1244. Imagelayout = vertical
  1245. ImageCount=2
  1246. FillColorHint = 0 84 229; Average background color (strong blue)
  1247.  
  1248. [ExplorerBar.HeaderClose]; Not used in IE 6
  1249. BgType  = ImageFile
  1250. ;SizingType  = TrueSize
  1251. ;ImageLayout = Vertical
  1252. ;ImageFile = Office2007a\ExplorerBarHeaderClose.bmp
  1253. ;ImageCount  = 3
  1254. ;Transparent = true
  1255. ;OffsetType  = TopRight
  1256. ;Offset  = -4, 4
  1257. ;FillColorHint = 138 168 229; Close box normal state (blue)
  1258. ;AccentColorHint = 255 121 95; Close box rollover (brick red)
  1259.  
  1260. [ExplorerBar.HeaderPin]; Not used in IE 6
  1261. BgType  = ImageFile
  1262. ;SizingType  = TrueSize
  1263. ;ImageLayout = Vertical
  1264. ;ImageFile = Office2007a\ExplorerBarHeaderPin.bmp
  1265. ;ImageCount  = 6
  1266. ;Transparent = true
  1267. ;OffsetType  = TopRight
  1268. ;Offset  = -6, 4
  1269. ;FillColorHint = 189 206 239; Average pin color (blue grey)
  1270.